home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / satellit / pfholes / pfholes.doc < prev    next >
Text File  |  1991-08-25  |  1KB  |  37 lines

  1. NAME
  2.      pfholes - display amount of bytes received and missing from ftl0 broadcasts.
  3.  
  4. SYNOPSIS
  5.      pfholes file.hol ...
  6.  
  7. DESCRIPTION
  8.      Pfholes examines each of the hole files named on the command line.
  9.      It then reports the file size (if known), the number of holes, the
  10.      number of bytes received so far, and the number of bytes needed to
  11.      complete the file.  If the file size is not specified in the hole
  12.      file, then the PG.DIR file in the directory containing the hole file
  13.      is examined.  If the file size is still unknown, the number of bytes
  14.      needed cannot be exactly determined.  In this case, the sum of the
  15.      hole sizes is displayed, prefixed by a greater-than symbol.
  16.  
  17.      Hole files are produced by PB.EXE and have the suffix ".hol".  They
  18.      contain an indication of whether the file header has been received,
  19.      and where the gaps ("holes") are in the file which is being built
  20.      with the filename suffix ".act".
  21.  
  22. EXAMPLE
  23.      "pfholes uo14\*.hol"  produced the following report:
  24.  
  25.     FILE        SIZE    HOLES    HAVE    NEED
  26.  
  27.     2311        50763    8    42223    8540
  28.     2329        316    1    0    316
  29.     230F        157166    31    51240    105926
  30.     22F5        201841    46    68320    123119
  31.     2397        ?    7    24888    >1952
  32.     2364        13629    30    13176    453
  33.     236D        1617    1    732    885
  34.      
  35. AUTHOR
  36.      James Dugal, N5KNX
  37.